home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / andere sprachen / ucb_logo / logolib / do.while < prev    next >
Encoding:
Text File  |  1996-07-16  |  138 b   |  8 lines

  1. to do.while :while.instr :while.pred
  2. run :while.instr
  3. if not run :while.pred [stop]
  4. do.while :while.instr :while.pred
  5. end
  6.  
  7. bury "do.while
  8.